C# 写入日志文件 private void WriteLog(string text) { string path = AppDomain.CurrentDomain.BaseDirectory; path = ...